From 51663a12d84994854c6f71d9cc222283f72dfbc6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Nov 2004 19:41:27 +0000 Subject: [PATCH] Document gdk_pixbuf_{major,minor,micro}_version. 2004-11-01 Matthias Clasen * gdk-pixbuf/tmpl/initialization_versions.sgml: Document gdk_pixbuf_{major,minor,micro}_version. --- docs/reference/ChangeLog | 5 +++ .../tmpl/initialization_versions.sgml | 42 +++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 37add64c52..5548a02965 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-11-01 Matthias Clasen + + * gdk-pixbuf/tmpl/initialization_versions.sgml: Document + gdk_pixbuf_{major,minor,micro}_version. + Mon Nov 1 13:37:31 2004 Jonathan Blandford * gtk/question_index.sgml (linkend): add missing tag. diff --git a/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml b/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml index 3c0f879aee..6b25caaa96 100644 --- a/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml @@ -23,6 +23,48 @@ This is the version currently in use by a running program. + + +The major version number of the &gdk-pixbuf; library. (e.g. in +&gdk-pixbuf; version 1.2.5 this is 1.) + + + +This variable is in the library, so represents the +&gdk-pixbuf; library you have linked against. Contrast with the +#GDK_PIXBUF_MAJOR macro, which represents the major version of the +&gdk-pixbuf; headers you have included. + + + + + +The minor version number of the &gdk-pixbuf; library. (e.g. in +&gdk-pixbuf; version 1.2.5 this is 2.) + + + +This variable is in the library, so represents the +&gdk-pixbuf; library you have linked against. Contrast with the +#GDK_PIXBUF_MINOR macro, which represents the minor version of the +&gdk-pixbuf; headers you have included. + + + + + +The micro version number of the &gdk-pixbuf; library. (e.g. in +&gdk-pixbuf; version 1.2.5 this is 5.) + + + +This variable is in the library, so represents the +&gdk-pixbuf; library you have linked against. Contrast with the +#GDK_PIXBUF_MICRO macro, which represents the micro version of the +&gdk-pixbuf; headers you have included. + + + Contains the full version of the &gdk-pixbuf; header as a string. -- 2.30.2